Level |
Element |
Format |
Comments |
Mandatory/ Optional |
1 |
TraceId |
String |
Trace ID |
Mandatory(Trace Id to be echoed back in further requests) |
2 |
Origin |
String |
Origin city code |
Mandatory |
3 |
Destination |
String |
Destination city code |
Mandatory |
4 |
SearchResults [ ] |
Array of element |
Array of the flight results |
Mandatory(Can be blank in case no flights found for requested search) |
4.1 |
AirlineCode |
String |
Airline Code |
Mandatory |
4.2 |
AirlineName |
String |
Airline Name |
Mandatory |
4.3 |
DepartureTime |
Date Time |
Departure time |
Mandatory |
4.4 |
IsLowestFareOfMonth |
Boolean |
Is Lowest Fare of the month |
Mandatory(Value - True or False) |
4.5 |
BaseFare |
Decimal |
The total Base fare of the booking |
Mandatory |
4.6 |
Tax |
Decimal |
The total tax of the booking |
Mandatory |
4.7 |
YQTax |
Decimal |
It is Fuel surcharge. It is part of Tax |
Mandatory |
4.8 |
OtherCharge |
Decimal |
Other Charge |
Mandatory |
5 |
Response Status |
Enumeration |
Response Status |
Mandatory |
6 |
Error |
|
|
|
6.1 |
ErrorCode |
Integer |
Code corresponding to the Error |
Mandatory |
6.2 |
ErrorMessage |
String |
Contains error message |
Mandatory(Will contain error description corresponding to ErrorCode. Error Message would be blank in case ErrorCode=0) |